Skip to content

Advise how to resolve OkHttp version conflict with Spring Boot#589

Merged
artursouza merged 8 commits into
dapr:masterfrom
mthmulders:advise-okhttp-conflict-solution
Aug 24, 2021
Merged

Advise how to resolve OkHttp version conflict with Spring Boot#589
artursouza merged 8 commits into
dapr:masterfrom
mthmulders:advise-okhttp-conflict-solution

Conversation

@mthmulders

Copy link
Copy Markdown
Contributor

Description

Update README with solution for OkHttp version conflict with Spring Boot.

Issue reference

This closes #582.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@mthmulders mthmulders requested review from a team as code owners July 28, 2021 19:58
@mthmulders mthmulders force-pushed the advise-okhttp-conflict-solution branch from 79a2aa2 to a293b12 Compare July 29, 2021 18:08
@artursouza artursouza self-assigned this Aug 13, 2021
@codecov

codecov Bot commented Aug 21, 2021

Copy link
Copy Markdown

Codecov Report

Merging #589 (c6b43d0) into master (3c3a527) will decrease coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #589      +/-   ##
============================================
- Coverage     77.16%   77.03%   -0.14%     
+ Complexity      942      941       -1     
============================================
  Files            88       88              
  Lines          3009     3009              
  Branches        334      334              
============================================
- Hits           2322     2318       -4     
- Misses          525      528       +3     
- Partials        162      163       +1     
Impacted Files Coverage Δ
sdk/src/main/java/io/dapr/utils/Retry.java 50.00% <0.00%> (-25.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c3a527...c6b43d0. Read the comment docs.

@artursouza artursouza merged commit 93dbbbb into dapr:master Aug 24, 2021
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
)

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
fackee pushed a commit to fackee/java-sdk that referenced this pull request Mar 28, 2022
)

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Including in Spring Boot project

3 participants